﻿2026-06-10T22:55:56.2744611Z ##[group]Run actions/checkout@v5
2026-06-10T22:55:56.2745414Z with:
2026-06-10T22:55:56.2745799Z   fetch-depth: 0
2026-06-10T22:55:56.2746229Z   repository: SaberMage/spt-core
2026-06-10T22:55:56.2749472Z   token: ***
2026-06-10T22:55:56.2749794Z   ssh-strict: true
2026-06-10T22:55:56.2750165Z   ssh-user: git
2026-06-10T22:55:56.2750532Z   persist-credentials: true
2026-06-10T22:55:56.2750896Z   clean: true
2026-06-10T22:55:56.2751270Z   sparse-checkout-cone-mode: true
2026-06-10T22:55:56.2751648Z   fetch-tags: false
2026-06-10T22:55:56.2751992Z   show-progress: true
2026-06-10T22:55:56.2752331Z   lfs: false
2026-06-10T22:55:56.2752698Z   submodules: false
2026-06-10T22:55:56.2753068Z   set-safe-directory: true
2026-06-10T22:55:56.2753605Z ##[endgroup]
2026-06-10T22:55:56.4536572Z Syncing repository: SaberMage/spt-core
2026-06-10T22:55:56.4537746Z ##[group]Getting Git version info
2026-06-10T22:55:56.4538302Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-10T22:55:56.4757829Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:55:56.4950182Z git version 2.43.0.windows.1
2026-06-10T22:55:56.4975291Z ##[endgroup]
2026-06-10T22:55:56.4982968Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b09bebfc-a427-4cbe-bb0e-19dbd55246c1\.gitconfig'
2026-06-10T22:55:56.4995081Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b09bebfc-a427-4cbe-bb0e-19dbd55246c1' before making global git config changes
2026-06-10T22:55:56.4996279Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:55:56.5000007Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-10T22:55:56.5215413Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-10T22:55:56.5389949Z https://github.com/SaberMage/spt-core
2026-06-10T22:55:56.5414897Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T22:55:56.5418645Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T22:55:56.5598023Z refs/heads/main
2026-06-10T22:55:56.5621407Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-10T22:55:56.5892487Z HEAD is now at d239ae4 chore(traceability): restoration D7-3 — activate BROKER-PROCESS-ISOLATION int + reconcile re-points
2026-06-10T22:55:56.6333391Z ##[endgroup]
2026-06-10T22:55:56.6337697Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-10T22:55:56.9682876Z ##[group]Cleaning the repository
2026-06-10T22:55:56.9686800Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-10T22:56:01.6827561Z Removing .adapter-notify/
2026-06-10T22:56:01.6828447Z Removing target/
2026-06-10T22:56:01.6860831Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-10T22:56:01.7211645Z HEAD is now at d239ae4 chore(traceability): restoration D7-3 — activate BROKER-PROCESS-ISOLATION int + reconcile re-points
2026-06-10T22:56:01.7234049Z ##[endgroup]
2026-06-10T22:56:01.7237420Z ##[group]Disabling automatic garbage collection
2026-06-10T22:56:01.7241649Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T22:56:01.7450060Z ##[endgroup]
2026-06-10T22:56:01.7450459Z ##[group]Setting up auth
2026-06-10T22:56:01.7455925Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:56:01.7654111Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:56:02.1011403Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:56:02.1227938Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:56:02.4569157Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:56:02.4774393Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:56:02.8133703Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T22:56:02.8409925Z ##[endgroup]
2026-06-10T22:56:02.8410301Z ##[group]Fetching the repository
2026-06-10T22:56:02.8416818Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-10T22:56:04.3554983Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-10T22:56:04.3740305Z   origin/main
2026-06-10T22:56:04.3763856Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-10T22:56:04.3936342Z d239ae418c6352f4f3a32d5ec6d365cc2a8a3180
2026-06-10T22:56:04.3955114Z ##[endgroup]
2026-06-10T22:56:04.3955455Z ##[group]Determining the checkout info
2026-06-10T22:56:04.3955825Z ##[endgroup]
2026-06-10T22:56:04.3959864Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T22:56:04.4207237Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T22:56:04.4415206Z ##[group]Checking out the ref
2026-06-10T22:56:04.4415669Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:56:04.4752909Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:56:04.4753212Z Your branch is up to date with 'origin/main'.
2026-06-10T22:56:04.4753476Z Switched to and reset branch 'main'
2026-06-10T22:56:04.4773150Z ##[endgroup]
2026-06-10T22:56:04.4989206Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T22:56:04.5182190Z d239ae418c6352f4f3a32d5ec6d365cc2a8a3180
